text/tabwriter.Writer.terminateCell (method)

3 uses

	text/tabwriter (current package)
		tabwriter.go#L462: func (b *Writer) terminateCell(htab bool) int {
		tabwriter.go#L510: 		b.terminateCell(false)
		tabwriter.go#L537: 				ncells := b.terminateCell(ch == '\t')